Skip to content

Conversation

ZanCorDX
Copy link
Collaborator

📝 Summary

Added a 2 new cfg:

  • Relay cfg has:
    /// critical blocks go only to fast relays. None -> true
    pub is_fast: Option,
  • L1Config:
    /// Bids above this value will only go to fast relays.
    pub fast_bid_threshold_eth: String,
    A block is sent to not fast relays only if its bid is < fast_bid_threshold_eth and it contains no bundle with replacement id.

✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@ZanCorDX ZanCorDX requested review from dvush and ferranbt as code owners April 17, 2025 14:22
@ZanCorDX ZanCorDX merged commit 9b46c9d into develop Apr 23, 2025
4 checks passed
@ZanCorDX ZanCorDX deleted the fast-relay branch April 23, 2025 20:55
@metachris
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants